Prepare for changes of su in util-linux 2.42#916
Conversation
|
Thank you for your contribution. This pull request has been marked as stale as it has not passed the automated tests and there was no activity for the last 14 days. This pull request will be closed due to inactivity after 60 days, if no action is taken. |
|
@englertor can you check why the check timed out after 90 minutes? |
|
@mayrstefan I've looked into it and didn't find a specific reason. I've retriggered and see if they pass now. |
|
@mayrstefan The new runs had timouts due to a missing updated dependency on a remote server. This has been fixed on master. Can you rebase? After that the test should be passing. |
With util-linux 2.42 su gets more strict about it's command line. From the release notes: "pass arguments after <user> to shell (by cgoesche)" It is also recommended to use "--login" instead of "-". Could fix https://forum.checkmk.com/t/postgresql-services-disappear-after-updating-util-linux-to-2-42/58816
3126688 to
f0196ab
Compare
|
@mayrstefan thanks for the contribution, will be merged soon (however slightly altered). |
Change-Id: I67909a9f0e1f67684c7bb2a5cec2991907ae2517 Closes: #916 JIRA-Ref: CMK-34792
Change-Id: I67909a9f0e1f67684c7bb2a5cec2991907ae2517 Closes: #916 JIRA-Ref: CMK-34792
Change-Id: I67909a9f0e1f67684c7bb2a5cec2991907ae2517 Closes: #916 JIRA-Ref: CMK-34792
General information
With util-linux 2.42 su gets more strict about it's command line. From the release notes:
It is also recommended to use "--login" instead of "-".
Bug reports
mk_postgres.py does not work with util-linux 2.42 - see https://forum.checkmk.com/t/postgresql-services-disappear-after-updating-util-linux-to-2-42/58816
Proposed changes
--login